home *** CD-ROM | disk | FTP | other *** search
-
- ; START DEMO2B.SUB
-
- TEXT_MODE
- ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
- ECHO │ DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER. │
- ECHO └─────────────────────────────────────────────────────────────────────────────┘
- LOCATE 1 5
- ECHO DANCAD3D can run it self from an ASCII text file of commands. These
- ECHO commands let you initiate powerful and complex series of operations on drawings
- ECHO and 3D environments with a single filename for that text file. You can put any
- ECHO number of commands in one of these files so they are called macros. Macros are
- ECHO big jobs given a simple user defined name. DANCAD3D gives you a valuable
- ECHO kernel to start with, you can then extend it to any degree filling your
- ECHO harddisk with procedures and functions that can call each other. Since v2.5
- ECHO has commands to format the text on screen and have user console input and
- ECHO output you can design data entry menus for the sale of custom macros for all
- ECHO kinds of applications.
- LOCATE 1 16
- ECHO This is a simple example since the distribution disk space is limited.
- ECHO More complex examples come as part of the disk set that is part of the outfit.
- LOCATE 5 25
- ECHO Press [Return] to continue. %%
-
- WAIT
-
- ; END DEMO2B.SUB
-
-
-
-
-
-
-